home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #3 / amigamamagazinepolishissue1998.iso / maksiu / lists / amoslist-1197.lzh / AMOSLIST / 000300_amos-request@svcs1.digex.net_Mon Dec 1 23:27:47 1997.msg < prev    next >
Internet Message Format  |  1997-12-04  |  2KB

  1. Received: from svcs1.digex.net (svcs1.digex.net [204.91.197.224])
  2.     by mail3.access.digex.net (8.8.5/8.8.5) with ESMTP id XAA04363
  3.     for <mcox@access.digex.net>; Mon, 1 Dec 1997 23:27:45 -0500 (EST)
  4. Received: (from daemon@localhost)
  5.     by svcs1.digex.net (8.8.5/8.8.5) id VAA26362
  6.     for amos-out; Mon, 1 Dec 1997 21:33:44 -0500 (EST)
  7. Received: from mail4.access.digex.net (mail4.access.digex.net [205.197.247.2])
  8.     by svcs1.digex.net (8.8.5/8.8.5) with ESMTP id VAA26359
  9.     for <amos-list@svcs1.digex.net>; Mon, 1 Dec 1997 21:33:43 -0500 (EST)
  10. Received: from firefox.modusmedia.com (earth.modusmedia.com [208.14.214.2])
  11.     by mail4.access.digex.net (8.8.5/8.8.5) with SMTP id VAA08923
  12.     for <amos-list@access.digex.net>; Mon, 1 Dec 1997 21:33:40 -0500 (EST)
  13. From: Declan_Gorman@modusmedia.com
  14. Received: from [192.168.133.3] by firefox.modusmedia.com
  15.           via smtpd (for mail4.access.digex.net [205.197.247.2]) with SMTP; 2 Dec 1997 02:33:39 UT
  16. Received: from smtp1.modusmedia.com ([192.168.131.82])
  17.           by mmi-mailrelay.ModusMedia.com (Post.Office MTA v3.1
  18.           release PO205e ID# 0-0U10L2S100) with SMTP id AAA217
  19.           for <amos-list@access.digex.net>; Mon, 1 Dec 1997 19:34:46 -0700
  20. Received: from ccMail by smtp1.modusmedia.com
  21.   (IMA Internet Exchange 3.0 Enterprise Beta 1) id 00000F3E; Mon, 1 Dec 97 19:16:55 -0700
  22. Mime-Version: 1.0
  23. Date: Sun, 30 Nov 1997 09:55:27 -0700
  24. Message-ID: <00000F3E.eval@modusmedia.com>
  25. Subject: GUI Problem
  26. To: amos-list@access.digex.net
  27. Content-Type: text/plain; charset=US-ASCII
  28. Content-Transfer-Encoding: 7bit
  29. Content-Description: cc:Mail note part
  30. Status: O
  31. X-Status: 
  32.  
  33.      
  34.      I have a problem linking a listview and text gadjet, which Pietro is 
  35.      aware of and looking into for me.  So at the moment I have written a 
  36.      simple piece of code to replace the link.
  37.      
  38.      Basically what I want to do is display the slected item from the 
  39.      listview in a text gadget.  It works fine only whenever I select the 
  40.      first item in the listview it will not display it.  Every other item 
  41.      is diplay without a problem.  The code is as follows......
  42.      
  43.      S_VCE$=Gui Read$(1,0)
  44.      If Gui Read(1,0) the Gui Set 1,9,0,Varptr$(S_VCE$)
  45.      
  46.      To test the workings of this code I also added Gui Text 250,200,S_VCE$ 
  47.       which also displays the selected item.  This does display the first 
  48.      item in the listvew when selected.
  49.      
  50.      Any ideas what is going wrong?